AddDictEntryString(PdfName,IList<Byte>,Boolean) Method
In This Topic
Adds a dictionary entry with PDF string value. If string contains chars with code greater than 126 it encoded as unicode. The string is encrypted if an encryption specified for document.
Syntax
'Declaration
Public Overloads Sub AddDictEntryString( _
ByVal As PdfName, _
ByVal As System.Collections.Generic.IList(Of Byte), _
Optional ByVal As System.Boolean _
)
public void AddDictEntryString(
PdfName ,
System.Collections.Generic.IList<byte> ,
System.bool
)
Parameters
- key
- value
- encrypt
See Also